FolderItemDialog Class
Base class for the OpenDialog, SaveAsDialog, and SelectFolderDialog classes, which allow you to create customized open, save, and select folder dialog boxes.
More information available in parent classes: Object
Notes
Not all properties are available for all three subclasses of FolderItemDialog and some properties are not supported on Windows. The descriptions for each of the three subclasses have illustrations of the dialogs on each of the three platforms (Windows, Mac OS X, and Linux).
The following table clarifies the situation.
Property | Windows | Macintosh | Linux | ||||||
Open Dialog | SaveAs Dialog | Select Folder | Open Dialog | SaveAs Dialog | Select Folder | Open Dialog | SaveAs Dialog | Select Folder | |
Top & Left | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 |
PromptText | 4 | 4 | 4 | 4 | |||||
Title | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 |
ActionButtonCaption | 4 | 4 | 4 | 4 | |||||
CancelButtonCaption | 4 | 4 | 4 | ||||||
SuggestedFileName | 4 | 4 | 4 | 4 | |||||
Filter | 4 | 4 | 4 | 4 | 4 | ||||
InitialDirectory | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 |
Examples
See the examples and illustrations for the OpenDialog, SaveAsDialog, and SelectFolderDialog classes.
See Also
OpenDialog, SaveAsDialog, SelectFolderDialog classes.